home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rtfdc100.zip / SAMPLE.CFG < prev    next >
Text File  |  1992-08-14  |  5KB  |  116 lines

  1. ; Sample RBBS Turbo FMS Dupe Checker.  (RTFDC)
  2. ; Version 1.00
  3. ;
  4. ; All Blank lines and those beginning with a space or a Semi-Colon are
  5. ; considered comments and are ignored.
  6. ;
  7. ; This config file is Keyword oriented.  All Keywords are optional.  It
  8. ; is however  possible to exclude  Keywords that will cause the Program
  9. ; NOT to run.
  10. ;
  11. ;=========================================================================
  12.  
  13. ; Proc_Level       (1,2,3,4)  Default = 4
  14. ;
  15. ; The 'Proc_Level' Keyword is used to define the level of processing to
  16. ; be performed by RTFDC.  Each level will perform the  function of that
  17. ; level and ALL levels under it.   ie.  If Level 2 processing is chosen
  18. ; Level 1 and 2 processing will be performed.  If Level 3 processing is
  19. ; chosen Levels 1, 2, and 3 processing will be performed.
  20. ;
  21. ; 1.  Create a List of any Duplicate entries in the FMS Directory(s).
  22. ; 2.  Create a List of any Duplicate Files on your Disk(s).
  23. ; 3.  Create a List of Files in your FMS but not on your Disk(s).
  24. ; 4.  Create a List of Files on your Disk(s) but not in your FMS.
  25. ;
  26. Proc_Level 4
  27.  
  28. ; -[ The Following Keywords are Mandatory ]------------------------------
  29.  
  30. ; FMS_Directory    (Max - 20)
  31. ;
  32. ; The 'FMS_Directory' Keyword is used to define the full name and  path
  33. ; of the  FMS directory to be processed.  If "Chained" type directories
  34. ; are being used RTFDC will process all Chains.  RTFDC will process  up
  35. ; to 20 FMS Directories.  This includes "Chains".
  36. ;
  37. FMS_Directory   C:\Rbbs\Dirr\Master.Dir
  38.  
  39. ; Fidx_Def         (Max - 01)
  40. ;
  41. ; The 'Fidx_Def' Keyword is used to  define the full  name and path to
  42. ; the FIDX.DEF File you wish to process.  This file must be related to
  43. ; the FMS directory to be processed or the dupe list may be very long.
  44. ; If you are not using the Fast File Search feature of RBBS and do not
  45. ; have less than 20 D/L directories to process this program will be of
  46. ; no use to you as it was designed to work with the FFS System.
  47. ;
  48. Fidx_Def        C:\Rbbs\Dirr\Fidx.Def
  49.  
  50. ; Lidx_Def         (Max - 01)
  51. ;
  52. ; The 'Lidx_Def' Keyword is used to  define the full  name and path to
  53. ; the corresponding LIDX.DEF File.  This will be used in the reporting
  54. ; process to give you the exact locations of duplicate files.
  55. ;
  56. Lidx_Def        C:\Rbbs\Dirr\Lidx.Def
  57.  
  58. ; Sort_Prog        (Max - 01)
  59. ;
  60. ; The 'Sort_Prog' Keyword is used to  define the full name and path to
  61. ; the sorting program you wish to have RTFDC use to do it's sorting.
  62. ; RTFDC does not do it's own sorting!  The Sort program you chose must
  63. ; take the following command line arguments:  ProgName <source> <dest>
  64. ; The Sort programs that have been tested are: Qsort.Exe and Sortf.Com
  65. ; If Qsort is used Version 3.04 or higher is required. If Sorf is used
  66. ; Version 2.57 or higher is required. The sorting program bundled with
  67. ; DOS will not work with RTFDC.
  68. ;
  69. Sort_Prog       C:\Util\Qsort.Exe
  70.  
  71. ; -[ The Following Keywords are Optional  ]------------------------------
  72.  
  73. ; Priv_Dir         (Max - 01)
  74. ;
  75. ; The 'Priv_Dir' Keyword is used to define the full  name and  path to
  76. ; you RBBS "Private Directory."  This will be used to locate duplicate
  77. ; entries in the  corresponding FMS  directories to be  processed.  It
  78. ; will also determine if any files listed in the Private directory are
  79. ; not located on a specified D/L drive.
  80. ;
  81. Priv_dir        C:\Rbbs\Priv\Priv.Def
  82.  
  83.  
  84. ; Extra_Dir        (Max - 20)
  85. ;
  86. ; The 'Extra_Dir' Keyword is used to  define up  to a Max of 20  other
  87. ; directories to process.  These will be directories not listed in the
  88. ; FIDX.DEF File, or if you  are not  using the FFS and wish to process
  89. ; only 20 directories. Each Directory must have it's own keyword or it
  90. ; will not be processed.
  91. ;
  92. Extra_Dir       E:\Rbbs\Upld\*.*
  93.  
  94. ; Exclude_Dir      (Max - 10)
  95. ;
  96. ; The 'Exclude_Dir' Keyword is used to define any disk directory that
  97. ; you wish to Exclude from the duplicate reporting process.  This can
  98. ; be usefull if you have a directory full of Zero  byte files used to
  99. ; stop people from uploading specific files.  You would not want said
  100. ; directories included in the reporting process.  Use this Keyword to
  101. ; avoid unnessesary reporting.
  102. ;
  103. Exclude_Dir     P:\DUPES\1\
  104. Exclude_Dir     P:\DUPES\2\
  105. Exclude_Dir     P:\DUPES\3\
  106. Exclude_Dir     P:\DUPES\4\
  107. Exclude_Dir     E:\Work\
  108. Exclude_Dir     E:\Rbbs\
  109.  
  110.  
  111. ; Ver_Comp         (Yes / No) Default = No
  112. ;
  113. ; Future feature.  Look for it in next version.
  114. ;
  115. ;Ver_Comp        Yes
  116.